marsupial

Results 6 issues of marsupial

## Description Ads ability to invoke and define functions with an implicit **this** argument for both structs and vector types. ``` struct A { int val; int testA(int i) {...

## Description The following code leaves c[0].rgb[0] in an undefined state when the runtime optimizer is used: ``` struct custom { color rgb; }; custom c[1]; c[0].rgb[0] = 123; printf("rgb:...

This is a bit large an involves other PRs submitted, but seems to bring performance back to where it was. Curious to see if that stays true on larger scenes....

How a modern Visual Studio is installed/detected changes quite a bit.

There are two issues, the first seems like cling's fault, the second possibly clangs. 1. Importing a CxxConstructor decl can fail as cling it is using the string name for...