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 6ddb164

Browse filesBrowse files
joyeecheungRafaelGSS
authored andcommitted
build: enable V8_VERIFY_WRITE_BARRIERS in debug build
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 4f3e6a4)
1 parent 8eb9c8f commit 6ddb164
Copy full SHA for 6ddb164

1 file changed

+6Lines changed: 6 additions & 0 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

‎tools/v8_gypfiles/features.gypi‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/features.gypi
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,12 @@
435435
}],
436436
['v8_disable_write_barriers==1', {
437437
'defines': ['V8_DISABLE_WRITE_BARRIERS',],
438+
}, {
439+
'configurations': {
440+
'Debug': {
441+
'defines': ['V8_VERIFY_WRITE_BARRIERS'],
442+
},
443+
},
438444
}],
439445
['v8_enable_atomic_object_field_writes==1', {
440446
'defines': ['V8_ATOMIC_OBJECT_FIELD_WRITES',],

0 commit comments

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