Skip to content
  • deuce's avatar
    af200bfa
    JS Startup optimization. · af200bfa
    deuce authored
    Use lazy resolution for file_area, msg_area, and xtrn_area objects to prevent
    having to pay the price during startup if the objects are never accessed.
    
    The delay now occurs the first time a member of the specified objects is
    accessed.
    
    These objects also now have associated class names... FileArea, MsgArea, and
    XtrnArea respectively.
    af200bfa
    JS Startup optimization.
    deuce authored
    Use lazy resolution for file_area, msg_area, and xtrn_area objects to prevent
    having to pay the price during startup if the objects are never accessed.
    
    The delay now occurs the first time a member of the specified objects is
    accessed.
    
    These objects also now have associated class names... FileArea, MsgArea, and
    XtrnArea respectively.
Loading