Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0660b94

Browse filesBrowse files
targosRafaelGSS
authored andcommitted
deps: remove problematic comment from v8-internal
GCC emits warnings because of the trailing backslashes. PR-URL: #61898 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> (cherry picked from commit 232fc89)
1 parent bef7b31 commit 0660b94
Copy full SHA for 0660b94

2 files changed

+1-14Lines changed: 1 addition & 14 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Reset this number to 0 on major V8 upgrades.
4040
# Increment by one for each non-official patch applied to deps/v8.
41-
'v8_embedder_string': '-node.2',
41+
'v8_embedder_string': '-node.3',
4242

4343
##### V8 defaults for Node.js #####
4444

Collapse file

‎deps/v8/include/v8-internal.h‎

Copy file name to clipboardExpand all lines: deps/v8/include/v8-internal.h
-13Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -432,19 +432,6 @@ constexpr size_t kMaxCppHeapPointers = 0;
432432
// which all subtypes of a given supertype use contiguous tags. This struct can
433433
// then be used to represent such a type range.
434434
//
435-
// As an example, consider the following type hierarchy:
436-
//
437-
// A F
438-
// / \
439-
// B E
440-
// / \
441-
// C D
442-
//
443-
// A potential type id assignment for range-based type checks is
444-
// {A: 0, B: 1, C: 2, D: 3, E: 4, F: 5}. With that, the type check for type A
445-
// would check for the range [A, E], while the check for B would check range
446-
// [B, D], and for F it would simply check [F, F].
447-
//
448435
// In addition, there is an option for performance tweaks: if the size of the
449436
// type range corresponding to a supertype is a power of two and starts at a
450437
// power of two (e.g. [0x100, 0x13f]), then the compiler can often optimize

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.