-
-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Labels
E-HardHard difficulty problemHard difficulty problemexecutionIssues or PRs related to code executionIssues or PRs related to code executionperformancePerformance related changes and issuesPerformance related changes and issues
Description
Because JavaScript describes so many objects creating them on every Context
creation takes some time. But with snapshots we only do it once then we serialize them into a snapshot binary file and all other Context creation just deserializes this binary snapshot file.
V8 uses snapshots to speed up context creation
This will probably require a lot of changes maybe we will need to write our own garbage collector for easier serialization and deserialization.
jasonwilliams and mlafeldt
Metadata
Metadata
Assignees
Labels
E-HardHard difficulty problemHard difficulty problemexecutionIssues or PRs related to code executionIssues or PRs related to code executionperformancePerformance related changes and issuesPerformance related changes and issues