There are now a whole bunch of "runtime" functions that now have the following in their actual runtime implementations:
// Runtime call is implemented in InterpreterIntrinsics and lowered in // JSIntrinsicLowering UNREACHABLE(); For some recent examples, see runtime-generators.cc. Is there a better end-state we can get to for such cases? I suppose we could add some macro magic to generator these UNREACHABLE() implementations, but can we do better? I'm wondering this partly from the parser side: could the parser be generating something other than a CallRuntime node for these cases? Or maybe we just need a new "kind" of runtime call? I'd be interested in coming up with clean solution to this, but I wonder if someone else has already thought about this problem and has a plan. - Adam -- -- 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.
