-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The RDisplay implementation was accumulating code to JIT at every event in order to retrieve a string representation for the value(s) to be displayed at that event, via `cling::printValue`. For simple types such as arithmetic types and 1-dim collections thereof, we can avoid jitting by providing appropriate overloads of the method that computes the string representation(s). Co-authored-by: Vincenzo Eduardo Padulano <vincenzo.eduardo.padulano@cern.ch>
- Loading branch information
1 parent
7c5a37c
commit dd35cc5
Showing
1 changed file
with
88 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters