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 8eb9c8f

Browse filesBrowse files
targosRafaelGSS
authored andcommitted
tools: remove v8_initializers_slow workaround from v8.gyp
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 492d65a)
1 parent ece6a17 commit 8eb9c8f
Copy full SHA for 8eb9c8f

1 file changed

-46Lines changed: 0 additions & 46 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/v8.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/v8.gyp
-46Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -291,42 +291,6 @@
291291
'<(V8_ROOT)/src/init/setup-isolate-full.cc',
292292
],
293293
}, # v8_init
294-
{
295-
# This target is used to work around a GCC issue that causes the
296-
# compilation to take several minutes when using -O2 or -O3.
297-
# This is fixed in GCC 13.
298-
'target_name': 'v8_initializers_slow',
299-
'type': 'static_library',
300-
'toolsets': ['host', 'target'],
301-
'dependencies': [
302-
'torque_generated_initializers',
303-
'v8_base_without_compiler',
304-
'v8_shared_internal_headers',
305-
'v8_pch',
306-
'abseil.gyp:abseil',
307-
],
308-
'cflags!': ['-O3'],
309-
'cflags': ['-O1'],
310-
'sources': [
311-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.h',
312-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.cc',
313-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h',
314-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc',
315-
],
316-
'conditions': [
317-
['v8_enable_i18n_support==1', {
318-
'dependencies': [
319-
'<(icu_gyp_path):icui18n',
320-
'<(icu_gyp_path):icuuc',
321-
],
322-
}],
323-
['v8_enable_temporal_support==1 and node_shared_temporal_capi=="false"', {
324-
'dependencies': [
325-
'../../deps/crates/crates.gyp:temporal_capi',
326-
],
327-
}],
328-
],
329-
}, # v8_initializers_slow
330294
{
331295
'target_name': 'v8_initializers',
332296
'type': 'static_library',
@@ -347,16 +311,6 @@
347311
],
348312
'conditions': [
349313
['v8_enable_webassembly==1', {
350-
'dependencies': [
351-
'v8_initializers_slow',
352-
],
353-
# Compiled by v8_initializers_slow target.
354-
'sources!': [
355-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.h',
356-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.cc',
357-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h',
358-
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc',
359-
],
360314
'sources': [
361315
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?v8_enable_webassembly.*?sources \\+= ")',
362316
],

0 commit comments

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