Starlight-JS / starlight

JS engine in Rust
https://teletype.in/@starlight-js
Mozilla Public License 2.0
509 stars 9 forks source link

Lazy compilation (replacement to snapshots) #132

Open playXE opened 3 years ago

playXE commented 3 years ago

Snapshots are cool but they tend to consume some heap memory and require a fully initialized heap. When we will switch to Comet as our GC we should replace snapshots with lazy init.

Pros:

Cons: