Skip to content

Commit

Permalink
Initialize all properties for JIT visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Feb 10, 2014
1 parent 8c759b7 commit 3724929
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vm/llvm/jit_visit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,22 @@ namespace rubinius {
, block_map_(bm)
, allow_private_(false)
, call_flags_(0)
, bail_out_(NULL)
, method_entry_(info.profiling_entry())
, args_(info.args())
, ip_pos_(NULL)
, vars_(info.variables())
, use_full_scope_(false)
, global_serial_pos(NULL)
, check_global_interrupts_pos(NULL)
, called_args_(-1)
, sends_done_(0)
, has_side_effects_(false)
, current_ip_(0)
, current_block_(NULL)
, block_arg_shift_(0)
, current_jbb_(0)
, machine_code_debugging_(NULL)
{}

~JITVisit() {
Expand Down

0 comments on commit 3724929

Please sign in to comment.