Bug 1688794 Comment 21 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Potential follow-up items:
  - Store `ScriptIndex` instead of selfhosted-name in the lazy JSFunction to avoid a hashtable lookup on delazification.
  - Directly construct the `permanentAtoms` table from the stencil (and well-known atoms/symbols) and simplify ordinary atomization code.
Potential follow-up items:
  - Store `ScriptIndex` instead of selfhosted-name in the lazy JSFunction to avoid a hashtable lookup on delazification.
  - Directly construct the `permanentAtoms` table from the stencil (and well-known atoms/symbols) and simplify ordinary atomization code.
  - Store instrinsic index directly with JSOp::GetInstrinsic so this is done at compile time instead of binary search

Back to Bug 1688794 Comment 21