| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
ping ... @nodejs/collaborators @rvagg |
Sorry, something went wrong.
There was a problem hiding this comment.
s/The/the
Sorry, something went wrong.
|
@rvagg ... thank you for the review! Pushed an update with fixes... still need to figure out #4320 (comment) tho... will look at that next |
Sorry, something went wrong.
|
@rvagg ... ok, added some language on the deps headers. PTAL |
Sorry, something went wrong.
There was a problem hiding this comment.
The filenames should have use lowercase v8.
Sorry, something went wrong.
There was a problem hiding this comment.
require is not a statement
Sorry, something went wrong.
General improvements to the documentation in addons.markdown.
There was a problem hiding this comment.
In few other places it is referred as V8.
Sorry, something went wrong.
There was a problem hiding this comment.
sigh lol... I keep missing these. Hopefully this is the last one
Sorry, something went wrong.
|
@jasnell I didn't try all the code examples. But except the comment about dynamically linked thingy, everything else LGTM. |
Sorry, something went wrong.
|
+1 ... I dropped the "statically" in that one paragraph. |
Sorry, something went wrong.
|
Actually I would like to understand that paragraph better. So, if you don't mind, let's wait for one more LGTM. If the Addons were to dynamically link to V8, then the V8 has to be compiled and installed as a separate library in the target machine, right? Only then the Addons can load them at runtime. Is that the case here? |
Sorry, something went wrong.
|
The node binary exports the public symbols from libv8.a. Add-ons themselves don't load libv8, their references to V8 API functions are resolved by the dynamic linker at run-time to the ones from the node binary. |
Sorry, something went wrong.
|
Given the couple of days that have passed and no further comments, I'm going to go ahead and land this. |
Sorry, something went wrong.
General improvements to the documentation in addons.markdown. PR-URL: #4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
I'll handle porting these. |
Sorry, something went wrong.
General improvements to the documentation in addons.markdown. PR-URL: nodejs#4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
@thealphanerd ... will be porting this to LTS early next week |
Sorry, something went wrong.
General improvements to the documentation in addons.markdown. PR-URL: nodejs#4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
General improvements to the documentation in addons.markdown. PR-URL: #4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
General improvements to the documentation in addons.markdown. PR-URL: #4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
General improvements to the documentation in addons.markdown. PR-URL: #4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
General improvements to the documentation in addons.markdown. PR-URL: nodejs#4320 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
| Back | FazBrowse Home | New Git URL |
General improvements to the documentation in addons.markdown.
/cc @nodejs/documentation