Module: Ruby2CExtension::Plugins

Defined in:
lib/ruby2cext/plugins/cache_call.rb,
lib/ruby2cext/plugins/util.rb,
lib/ruby2cext/plugins/warnings.rb,
lib/ruby2cext/plugins/ivar_cache.rb,
lib/ruby2cext/plugins/const_cache.rb,
lib/ruby2cext/plugins/case_optimize.rb,
lib/ruby2cext/plugins/inline_builtin.rb,
lib/ruby2cext/plugins/inline_methods.rb,
lib/ruby2cext/plugins/require_include.rb,
lib/ruby2cext/plugins/direct_self_call.rb

Overview

appears to only optimize calls to self that have no parameters? or possibly matching parameters?

Defined Under Namespace

Modules: Util Classes: CacheCall, CaseOptimize, ConstCache, DirectSelfCall, IVarCache, InlineBuiltin, InlineMethods, RequireInclude, Warnings