mirror of https://github.com/lukechilds/node.git
Browse Source
Fix segmentation faults when compiling the same code with `produceCachedData` option. V8 ignores the option when the code is in its compilation cache and does not return cached data. Added `cachedDataProduced` property to `v8.Script` to denote whether the cached data is produced successfully. PR-URL: https://github.com/nodejs/node/pull/5343 Reviewed-By: Fedor Indutny <fedor@indutny.com>v5.x
Jiho Choi
9 years ago
committed by
Rod Vagg
4 changed files with 28 additions and 9 deletions
Loading…
Reference in new issue