Skip to content
  • deuce's avatar
    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