Fork me on GitHub
#portkey
<
2017-10-13
>
cgrand14:10:39

So my initial idea for instrumentation was to add fields to classes and collect “history” (how an object was made) in these fields

cgrand14:10:21

but adding fields isn’t generally possible

cgrand14:10:06

(because JVM is not going to upgrade existing instances)

cgrand14:10:53

so now my plan is to have a big global weakmap and to store objects history

baptiste-from-paris15:10:07

it reminds me the global app-state of om-next where you keep all you UI tree

baptiste-from-paris15:10:52

what are drawbacks with this alternatives ?

cgrand18:10:07

none it’s rather easy and not too intrusive

baptiste-from-paris22:10:39

Have you seen the conference @cgrand ?