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
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