00:12:12
| * JoWie | quit (Ping timeout: 240 seconds) |
00:12:30
| * wingo | quit (Ping timeout: 248 seconds) |
00:13:08
| * pcarrier | quit (Ping timeout: 245 seconds) |
00:13:47
| * pcarrier | joined |
00:13:47
| * pcarrier | quit (Changing host) |
00:13:47
| * pcarrier | joined |
00:15:12
| * ebarrett | quit (Ping timeout: 240 seconds) |
00:20:02
| * ebarrett | joined |
00:25:20
| * wingo | joined |
00:40:51
| * Cube8 | quit (Quit: Leaving) |
00:48:52
| * nine_milli | joined |
00:54:56
| * plutoniix | joined |
00:55:00
| * plutoniix | quit (Max SendQ exceeded) |
00:55:51
| * plutoniix | joined |
02:04:52
| * nine_milli | quit (Quit: nine_milli) |
02:11:01
| * JoWie | joined |
02:19:46
| * black_13 | joined |
02:24:11
| * nine_milli | joined |
02:35:05
| <black_13> | kids |
02:41:34
| * nine_milli | quit (Quit: nine_milli) |
03:31:33
| <black_13> | how do you build the static version of v8 |
03:39:33
| <caitp> | is_component_build = true in args.gn |
03:40:19
| <caitp> | or `library=shared make x64.release -j32` |
03:40:41
| <caitp> | gyp option is component=shared_library |
03:53:59
| <black_13> | ok. |
03:54:34
| <black_13> | can this be given on the command line? |
03:55:36
| <caitp> | yes |
03:57:47
| <black_13> | gn gen gn-out/dbg --args='is_component_build=false is_debug=true target_cpu="x64" use_goma=true goma_dir="redacted"' |
03:58:00
| <black_13> | what is goma ? |
04:59:38
| * zv | quit (Quit: WeeChat 1.6) |
06:10:11
| <black_13> | caitp: almost got it ... |
06:40:30
| * black_13 | quit (Ping timeout: 260 seconds) |
07:30:08
| * plutoniix | quit (Ping timeout: 260 seconds) |
07:42:38
| * plutoniix | joined |
09:19:48
| * plutoniix | quit (Ping timeout: 260 seconds) |
09:23:06
| * RT|Chatzilla | quit (Ping timeout: 240 seconds) |
09:24:24
| * plutoniix | joined |
09:25:26
| * plutoniix | quit (Max SendQ exceeded) |
09:25:53
| * plutoniix | joined |
09:54:09
| * plutoniix | quit (Quit: Leaving) |
10:48:57
| * RT|Chatzilla | joined |
11:55:18
| * Cube8 | joined |
13:42:25
| <jochen__> | you need to set v8_static_library = true in gn as well |
13:42:34
| <jochen__> | to get real .a files |
14:53:05
| * bradleymeck | joined |
16:00:45
| * RT|Chatzilla | quit (Quit: ChatZilla 0.9.86.1 [Firefox 2.0.0.22pre/2010030309]) |
16:57:44
| * bobmcw | quit (Read error: Connection reset by peer) |
17:02:03
| * bobmcw | joined |
18:02:43
| <trungl-bot`> | Tree closed by [email protected]: Tree is closed (Automatic: "Mjsunit" on http://build.chromium.org/p/client.v8/builders/V8%20Linux64%20GC%20Stress%20-%20custom%20snapshot/builds/10284 "V8 Linux64 GC Stress - custom snapshot" from 9e60e7ac365d45f3211314f1ecff395f418de770: [email protected]) |
18:05:21
| * bradleymeck | quit (Quit: bradleymeck) |
18:27:26
| * bradleymeck | joined |
18:40:56
| <trungl-bot`> | Tree opened by [email protected]: open |
19:13:30
| <caitp> | wait, I gave that guy totally incorrect information |
19:13:34
| <caitp> | haha. |
19:13:46
| <caitp> | oops, I didn't notice he was asking about static |
19:51:49
| <jochen__> | oh well |
19:51:59
| <jochen__> | we should just have less bad docs :( |
19:52:11
| <jochen__> | it's like every other email to v8-users these days |
20:09:14
| * Guest59 | joined |
20:26:49
| * indutny | joined |
20:31:15
| * bobmcw | quit (Read error: Connection reset by peer) |
20:41:21
| * bobmcw | joined |
20:47:26
| * gsathya | quit (Changing host) |
20:47:26
| * gsathya | joined |
21:04:41
| * Guest59 | quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
21:21:37
| * Cube8 | quit (Remote host closed the connection) |
21:22:04
| * Cube8 | joined |
22:05:40
| * Guest59 | joined |
22:43:32
| * sxa | quit (Ping timeout: 256 seconds) |
22:46:15
| * sxa | joined |
22:48:38
| * bradleymeck | quit (Quit: bradleymeck) |
22:51:12
| * RT|Chatzilla | joined |
23:02:42
| * bradleymeck | joined |
23:45:10
| * black_13 | joined |
23:46:37
| <black_13> | why does the function v8::Isolate::New(create_params); take a long time to execute is it that the vm has to be built. |
23:47:02
| * nine_milli | joined |
23:56:05
| <black_13> | caitp: why does it take 27 seconds to execute this statement "Isolate* isolate = Isolate::New(create_params);" |