[v8-users] V8 snapshots

2017-09-01 Thread Francisco Moraes
Hello, I am trying to create a snapshot that includes most of code but I ran into the following assertion: CHECK(isolate->handle_scope_implementer()->blocks()->is_empty()); Any clarifications about what would generate it that our JS code is doing and is not legal? I found that creating Unsaf

[v8-users] V8 Snapshots Questions and Clarifications

2014-11-10 Thread Chris E
Hello all, I am trying to use v8 snapshots to improve the start-up time of a v8 application (like what chrome/chromium does), but I am unable to find sufficient documentation to understand and use this feature. I have looked at the following references, but it is still not clear to me exactly