Files
node/lib
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls
This commit better handles calls to process.binding() in lib/ by
no longer lazy loading the bindings (the load times themselves are
rather miniscule compared to the load time of V8) and never reloading
the bindings (which is 172 times slower than referencing a variable with
the same value).

PR-URL: https://github.com/iojs/io.js/pull/1367
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-09 10:51:19 -07:00
..
2015-03-25 22:12:18 +03:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-03-25 22:12:18 +03:00
2015-04-09 10:51:19 -07:00
2015-02-07 12:00:16 -08:00
2015-03-25 22:12:18 +03:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-02-22 20:07:25 -08:00
2015-03-04 11:37:12 +03:00
2015-01-31 23:47:29 -05:00
2015-01-21 16:21:31 -05:00
2015-04-04 02:31:51 +03:00
2015-04-09 10:51:19 -07:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-01-31 23:47:29 -05:00
2015-04-07 23:38:55 +09:00