mary marchini

Results 191 comments of mary marchini

So I renamed the String metadata back to their previous names in: https://chromium-review.googlesource.com/c/v8/v8/+/1847783. I also added the missing metadata for symbols. Will update the tests once this is merged to...

If the above gets merged, no changes will be necessary on llnode for 7.7 (and then we can close this issue). I already have patches to fix 7.2, 7.4 and...

More sophisticated queries would also be interesting, for example: find all objects with value `"bar"` in key `foo` and without the key `biz`.

Just came across a real world example where this would be useful: find all ServerResponse objects where `.statusCode=400`. I imagine finding requests/responses based on field values is a common use...

Maybe we could look at in object properties count? Seems to be zero every time the object is a class and non-zero otherwise. `SharedFunctionInfo::compiler_hints` has the IsClassConstructor bit on even...

GDB gives two messages when it thinks the core may not match the executable: `warning: exec file is newer than core file.` is given if the core is older than...

FYI we'll have to add some constants for DescriptorArray now that it is a HeapObject and not a FixedArray. I'll send a PR to V8 today or tomorrow.

I'll update the metadata test once https://chromium-review.googlesource.com/c/v8/v8/+/1832311 lands on core :+1:

I'm not 100% sure we're going to use this, but I guess it doesn't hurt to have it either.

Yeah, I'll tweak with it to use the graphql fetch limit (we'll probably go over 20 actions at some point). Although I'm not sure we use the commits (except the...