mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
deps: patch V8 to 6.4.388.46
PR-URL: https://github.com/nodejs/node/pull/18827 Refs: https://github.com/v8/v8/compare/6.4.388.45...6.4.388.46 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
2fbe15b82c
commit
81232320aa
2
deps/v8/include/v8-version.h
vendored
2
deps/v8/include/v8-version.h
vendored
@ -11,7 +11,7 @@
|
||||
#define V8_MAJOR_VERSION 6
|
||||
#define V8_MINOR_VERSION 4
|
||||
#define V8_BUILD_NUMBER 388
|
||||
#define V8_PATCH_LEVEL 45
|
||||
#define V8_PATCH_LEVEL 46
|
||||
|
||||
// Use 1 for candidates and 0 otherwise.
|
||||
// (Boolean macro values are not supported by all preprocessors.)
|
||||
|
2
deps/v8/src/heap/spaces.cc
vendored
2
deps/v8/src/heap/spaces.cc
vendored
@ -351,8 +351,8 @@ void MemoryAllocator::Unmapper::WaitUntilCompleted() {
|
||||
CancelableTaskManager::kTaskAborted) {
|
||||
pending_unmapping_tasks_semaphore_.Wait();
|
||||
}
|
||||
concurrent_unmapping_tasks_active_ = 0;
|
||||
}
|
||||
concurrent_unmapping_tasks_active_ = 0;
|
||||
}
|
||||
|
||||
template <MemoryAllocator::Unmapper::FreeMode mode>
|
||||
|
Loading…
Reference in New Issue
Block a user