Christopher Blappert

Results 8 issues of Christopher Blappert

Release Notes: None Fix compatibility with "mobile" runtime as it implements more features.

CLA Signed

Release Notes: Added debugger tests - Writing tests with Jest framework - Modified UISession (previously used for debugger CLI) to have a testing mode - Test runner drives UISession directly,...

CLA Signed
stale

In the future I'd like to move all the test runners over to jest so that we can get nice code coverage in Phabricator + more parallel invocation of test...

CLA Signed
WIP
stale

Planning for optimized functions (original issue #799) mostly for H2 2018, but some stuff for past then. Under each category, the items are in rough order of priority Anything *italicized*...

optimized functions

Currently, one must change multiple places in the codebase to change what built-ins are enabled based on a compatibility mode. See #2613. This is confusing and prone to error. We...

refactoring

Currently all optimized functions are evaluated at the end of global initialization, possibly with any parent optimized functions' effects applied. This model works well for pure callbacks where we know...

enhancement
react compiler
Instant Render
optimized functions

Sometime between Oct 8, Oct 20, Prepack's heap usage almost doubled. Not many PRs happened in that time, but this commit looks like it could be the cause: 224ca4a0d094c40df482f971e7814a1ab7799442

Adds gpu functions for doing kinematics calculations based off of a list of joint configurations as well as code for doing collision on two models with multiple joint configurations on...