takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

Support static weaving #16

Closed takashi-ishio closed 2 years ago

takashi-ishio commented 3 years ago

The current version does not support static weaving, although the previous version (icpc2014 branch) has the feature.

takashi-ishio commented 2 years ago

A full implementation is postponed because some helper class is needed to execute the statically woven program. The helper class is likely very similar to RuntimeWeaver class.