Jeff Ward

Results 88 issues of Jeff Ward

Provide good error messages when: - the metadata syntax is invalid - a duplicate definition conflict occurs (due to super class) - variable names are invalid (presented twice, or not...

Inspired by #66, I've written this SampleFramework as a semi-realistic example for how to add HxTelemetry support to any Haxe framework. (It could also be referenced for how to add...

Update tests to use CI. Ideally multiple versions of hxcpp / Haxe. Maybe docker :)

https://twitter.com/larsiusprime/status/834561936935227396 http://www.brendangregg.com/flamegraphs.html **Summary** The x-axis shows the stack profile population, sorted alphabetically (it is not the passage of time), and the y-axis shows stack depth. Each rectangle represents a stack...

**Joshua Granick** There's been some confusion around `` and `` `` affects Haxe only `` affects project parsing only (edited) Originally -D was the same as ``, but for convenience,...

In hxScout 0.5.1 with latest Haxe and hxcpp, the session pane shows no info: ![image](https://cloud.githubusercontent.com/assets/2192439/23152757/73cdc75a-f7c1-11e6-9672-7fa548c5740d.png)

hxScout + HXT was modeled after Adobe Scout + FLM. That's all well and fine, but it grew (perhaps out of necessity) somewhat awkwardly with only a "make it work"...

You can define HXCPP_GC_MOVING and call cpp.vm.Gc.compact() from haxe code See: https://github.com/HaxeFoundation/hxcpp/blob/0d0dd2a2797ffa7196a889679ba059aa67d380da/src/hx/gc/Immix.cpp#L2305-L2314

http://haxe.org/manual/haxelib-extraParams.html Could use extraParams to set -D HXCPP_TELEMETRY ?

Occasionally GC spikes (which show their collections in the collections tab) report 0 GC time: ![screenshot from 2015-10-27 08 08 33](https://cloud.githubusercontent.com/assets/2192439/10760394/026efaf4-7c82-11e5-9696-aeff2c4a785d.png)