| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I'm going to have a proper look at this, I need to update my Node built tree and put your gen-postmortem-metadata.py patch in first though. (Didn't want you to think this is being ignored!) |
Sorry, something went wrong.
|
Ok, doing the updates took less time than expected. :-) @indutny - Should we merge this or wait until Node 8 releases? |
Sorry, something went wrong.
|
Dropped the single-character variable names. The V8 patch landed in node.js master, see nodejs/node#12722. Barring objections, I'll merge this tomorrow. |
Sorry, something went wrong.
PR-URL: #82 Reviewed-By: Howard Hellyer <hhellyer@uk.ibm.com>
Teach the object property decoder to recognize the layout of objects in newer versions of V8. Fixes: #81 PR-URL: #82 Refs: https://codereview.chromium.org/2842843004/ Refs: nodejs/node#12722 Reviewed-By: Howard Hellyer <hhellyer@uk.ibm.com>
| Back | FazBrowse Home | New Git URL |
This depends on changes that haven't been upstreamed yet. Diff for the eager:
Verified locally to work with node.js v4, v6, v7 and v8.0.0-pre and is clang-format clean.