[前][次][番号順一覧][上]

ruby-changes:69201-69300

  69201 2021-10-21 08:23 [ko1@a...            ] f6da559d5b (master): Put YJIT into a single compilation unit
  69202 2021-10-21 08:23 [ko1@a...            ] bd8cfb351b (master): Fix misplaced ivar_set_method exit counter
  69203 2021-10-21 08:20 [ko1@a...            ] 791f20af6e (master): WIP                
  69204 2021-10-21 08:23 [ko1@a...            ] 1f25bba7b7 (master): YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printout
  69205 2021-10-21 08:20 [ko1@a...            ] 4f24f3afc7 (master): Update README.md   
  69206 2021-10-21 08:23 [ko1@a...            ] 96fd8afbf4 (master): Skip opt_case_dispatch
  69207 2021-10-21 08:23 [ko1@a...            ] c062028d37 (master): YJIT: check machine arch before enabling
  69208 2021-10-21 08:23 [ko1@a...            ] fd10634b1a (master): Move forward declaration up
  69209 2021-10-21 08:23 [ko1@a...            ] 5b68d14c2f (master): Add optimized Thread.current
  69210 2021-10-21 08:23 [ko1@a...            ] 9dce2d5132 (master): Also do String#str 
  69211 2021-10-21 08:23 [ko1@a...            ] a0790e6335 (master): Break up callsite_not_simple into multiple cases.
  69212 2021-10-21 08:23 [ko1@a...            ] 28632ea7ba (master): Mention YJIT in Capstone autoconf check
  69213 2021-10-21 08:20 [ko1@a...            ] ad601cef8a (master): Update README.md   
  69214 2021-10-21 08:20 [ko1@a...            ] 10217d147c (master): Rename YJIT readme to README.md
  69215 2021-10-21 08:23 [ko1@a...            ] 0a108601ef (master): Add counters for version invalidation reasons
  69216 2021-10-21 08:23 [ko1@a...            ] 1a5109cb5f (master): Comment edits and moving functions around in the file
  69217 2021-10-21 08:23 [ko1@a...            ] a71590e681 (master): Don't store cfp->pc when doing iseq calls
  69218 2021-10-21 08:23 [ko1@a...            ] ec4998bd69 (master): style: switch statements indent
  69219 2021-10-21 08:23 [ko1@a...            ] 201721b713 (master): Update yjit_codegen.c
  69220 2021-10-21 08:24 [ko1@a...            ] cbb0271dd6 (master): Deduplicate side exits
  69221 2021-10-21 08:24 [ko1@a...            ] 121d8f4727 (master): Compile out declaration for runtime stats on non stats builds
  69222 2021-10-21 08:24 [ko1@a...            ] b242ea87da (master): Re-enable leaked global check
  69223 2021-10-21 08:24 [ko1@a...            ] f1eb48cb23 (master): Step 2 to remove the global cb/ocb objects.
  69224 2021-10-21 08:24 [ko1@a...            ] d4fae3e390 (master): Say YJIT is disabled by default in ruby --help
  69225 2021-10-21 08:24 [ko1@a...            ] 63faab3c36 (master): Minimize diff in existing workflow files
  69226 2021-10-21 08:24 [ko1@a...            ] 5906a5a732 (master): Add comments about special runtime routines YJIT calls
  69227 2021-10-21 08:24 [ko1@a...            ] 00be5846e4 (master): Fix non RUBY_DEBUG build warnings
  69228 2021-10-21 08:24 [ko1@a...            ] c8e157bb5c (master): Implement getclassvariable in yjit
  69229 2021-10-21 08:24 [ko1@a...            ] de0af4faad (master): Revert "Disable YJIT while running MJIT tests (#62)"
  69230 2021-10-21 08:24 [ko1@a...            ] ea453acf59 (master): disable MJIT when --enable-all is set
  69231 2021-10-21 08:24 [ko1@a...            ] ed723ca76f (master): Remove yjit_backend to help with upstreaming
  69232 2021-10-21 08:24 [ko1@a...            ] bc7652998e (master): Fix warnings about redefining YJIT_STATS
  69233 2021-10-21 08:24 [ko1@a...            ] f911e264a1 (master): Add counted side exit to getblockparamproxy
  69234 2021-10-21 08:24 [ko1@a...            ] c46bda6f19 (master): Fix excessive invalidation for opt_getinlinecache
  69235 2021-10-21 08:24 [ko1@a...            ] adcee68aa0 (master): Doc: remove outdated note about hooking into the interpreter
  69236 2021-10-21 08:24 [ko1@a...            ] 82f60df5aa (master): Implement generic setlocal
  69237 2021-10-21 08:24 [ko1@a...            ] 44214e8ad9 (master): Implement getspecial
  69238 2021-10-21 08:24 [ko1@a...            ] 35b37c5873 (master): Update yjit_codegen.c
  69239 2021-10-21 08:24 [ko1@a...            ] 4705db6a37 (master): Try turning off test-bundler-parallel to see if that fixes all the build errors
  69240 2021-10-21 08:24 [ko1@a...            ] 885bb972bf (master): Get kwargs working for all passed in the correct order
  69241 2021-10-21 08:24 [ko1@a...            ] fab469b678 (master): Document YJIT options in --help
  69242 2021-10-21 08:24 [ko1@a...            ] 413397b91e (master): Turn on YJIT for repeat-count=2 runs through env var
  69243 2021-10-21 08:24 [ko1@a...            ] d355bf17ba (master): Style fix in ruby.c
  69244 2021-10-21 08:24 [ko1@a...            ] 11096da6cc (master): Improve YJIT command line option parsing
  69245 2021-10-21 08:24 [ko1@a...            ] 640b162b51 (master): Exit when the object is frozen
  69246 2021-10-21 08:24 [ko1@a...            ] 5bc0343261 (master): Refactor attrset to use a function
  69247 2021-10-21 08:24 [ko1@a...            ] 32b5125c5e (master): else if style      
  69248 2021-10-21 08:24 [ko1@a...            ] d0a213b30d (master): Remove a memory load in gen_send_iseq
  69249 2021-10-21 08:24 [ko1@a...            ] afc5db43ca (master): is this right?     
  69250 2021-10-21 08:24 [ko1@a...            ] 25eed28483 (master): Remove unused function
  69251 2021-10-21 08:24 [ko1@a...            ] 34f1595405 (master): Enable leaked global tests in YJIT workflows
  69252 2021-10-21 08:24 [ko1@a...            ] 27661ee8a3 (master): Turn on YJIT in macOS workflow
  69253 2021-10-21 08:24 [ko1@a...            ] 5d2e5218f6 (master): Use env var to turn on YJIT for test-bundled-gems
  69254 2021-10-21 08:24 [ko1@a...            ] 9d5beb6fde (master): Disable YJIT by default if MJIT_FORCE_ENABLE is on
  69255 2021-10-21 08:24 [ko1@a...            ] 21e58acef3 (master): Don't enable YJIT by default. More tests on both Ubuntu and MacOS.
  69256 2021-10-21 08:24 [ko1@a...            ] f021b35273 (master): Reduce line length for YJIT option descriptions
  69257 2021-10-21 08:24 [ko1@a...            ] c2b1934475 (master): Add tests against opt_eq side exits
  69259 2021-10-21 08:20 [ko1@a...            ] fbde1d9bee (master): Store block callee_cme in darray
  69260 2021-10-21 08:24 [ko1@a...            ] 6e1f2519cc (master): Info for Fedora and choosing C compiler
  69261 2021-10-21 08:20 [ko1@a...            ] 7dc497e158 (master): Update README.md   
  69262 2021-10-21 08:24 [ko1@a...            ] a6cf515e6a (master): Rearrange stats printout for consistency
  69263 2021-10-21 08:24 [ko1@a...            ] 7eea96c780 (master): Fix gen_getclassvariable
  69264 2021-10-21 08:24 [ko1@a...            ] bf8557f487 (master): Add comments for new function
  69265 2021-10-21 08:24 [ko1@a...            ] 40608d0b7b (master): Fix indentation in ruby.c
  69266 2021-10-21 08:24 [ko1@a...            ] 7d99e85601 (master): Check for comptime fixnum in gen_fixnum_cmp
  69267 2021-10-21 08:24 [ko1@a...            ] a68e61f089 (master): Add tests against side exits for non-fixnum
  69268 2021-10-21 08:24 [ko1@a...            ] 99facbc070 (master): Correct workflow name for YJIT Ubuntu
  69269 2021-10-21 08:24 [ko1@a...            ] 1f6641681b (master): No need to do ec->cfp = reg_cfp on exits
  69270 2021-10-21 08:24 [ko1@a...            ] 79015926eb (master): Try to get getblockparamproxy to support level > 0
  69271 2021-10-21 08:24 [ko1@a...            ] 0385ca2e97 (master): Try to break the code page refactoring into smaller steps
  69272 2021-10-21 08:24 [ko1@a...            ] a09adac2d7 (master): Add specialization for String#to_s on plain strings
  69273 2021-10-21 08:24 [ko1@a...            ] 8edb29e5a0 (master): Reconstruct interpreter state before calling rb_ivar_get()
  69274 2021-10-21 08:20 [ko1@a...            ] ed8aa3409a (master): Detach mapping to local in ctx_set_local_type
  69275 2021-10-21 08:21 [ko1@a...            ] b74d6563a6 (master): Extract yjit_force_iv_index and make it work when object is frozen
  69276 2021-10-21 08:25 [ko1@a...            ] 6a9e2b3cc3 (master): YJIT: Show GCC that the mmap probing loop runs at least once
  69277 2021-10-21 08:25 [ko1@a...            ] 8684946b21 (master): Add bit about YJIT to NEWS.md
  69278 2021-10-21 08:25 [ko1@a...            ] 7637175a84 (master): * append newline at EOF. [ci skip]
  69279 2021-10-21 08:21 [ko1@a...            ] 6db5e80dd7 (master): Use method dispatch for opt_eq
  69280 2021-10-21 08:23 [ko1@a...            ] 4b58d698b1 (master): Count interpreter instructions when -DYJIT_STATS=1
  69281 2021-10-21 08:23 [ko1@a...            ] 561882e96e (master): Add comment explaining argc + 2
  69282 2021-10-21 08:23 [ko1@a...            ] f36a5a98c0 (master): style: line break before "else"
  69283 2021-10-21 08:23 [ko1@a...            ] 27358b6ee4 (master): Simplify code for YJIT const cache in compile.c
  69284 2021-10-21 08:23 [ko1@a...            ] 95e337f815 (master): Warn when trying to use YJIT in --disable-jit-support builds
  69285 2021-10-21 08:23 [ko1@a...            ] 5759d840c3 (master): Correct for positional required arguments
  69286 2021-10-21 08:23 [ko1@a...            ] 217f7cb16f (master): Include errno message in mmap failure output
  69287 2021-10-21 08:23 [ko1@a...            ] c55d4cafc2 (master): Pass the global cb through codegen functions
  69288 2021-10-21 08:23 [ko1@a...            ] 38f364b8f5 (master): Update dependencies
  69289 2021-10-21 08:23 [ko1@a...            ] 13261f00fb (master): More simple bootstrap tests for kwargs
  69290 2021-10-21 08:23 [ko1@a...            ] 7704a6990a (master): Fix typo in comment
  69291 2021-10-21 08:23 [ko1@a...            ] 2c0891be20 (master): Get kwargs reordering working
  69292 2021-10-21 08:24 [ko1@a...            ] 2e2430564a (master): Update yjit.md     
  69293 2021-10-21 08:24 [ko1@a...            ] 25f8431d46 (master): only compile for T_OBJECT types
  69294 2021-10-21 08:25 [ko1@a...            ] 454fbe1046 (master): Expand tabs        
  69295 2021-10-21 08:25 [ko1@a...            ] 0ee8c60662 (master): Add missing percent sign in printout
  69296 2021-10-21 12:53 [ko1@a...            ] 66a64e6f16 (master): Fix tests with cppflags=-DYJIT_FORCE_ENABLE
  69297 2021-10-21 13:15 [ko1@a...            ] 4d4bdcf368 (master): Move the test file 
  69298 2021-10-21 13:15 [ko1@a...            ] 58956dba16 (master): Fix for out-of-place build
  69299 2021-10-21 13:15 [ko1@a...            ] 18b65508e2 (master): Suppress warnings  
  69300 2021-10-21 13:49 [ko1@a...            ] 5823168706 (master): [ruby/psych] Bump up psych version to 4.0.2

[前][次][番号順一覧][上]