> > Im experimenting here with emscripten and clang, but in the clang case > there are some cases where v8 wasm backend is not compiling. > > and the giving message points me to map: <address>.. and at first i tought > this would be the offset that would point me to the right turbofan > produced machine code, if i asked for the v8 to spill the turbofan output > for the giving wasm.. but no. > > Is that a heap offset? anyway, is there a way where i can make the v8 > spill that up, so i can try to understand what the problem is? >
Since you didn't provide the error message, I don't know what the problem is. The address might be a heap address, yes. Have you tried using a debugger? -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
