Skip to content
Failed

Changes

Summary

  1. Used structural binding to shorten some loop setup. The generally useful clean-up I did while trying to get layout call hoisting working. (details)
  2. Clean-up of GenImplicitCall module. Changing the return type for consistency spilled out into some other files, but that should also saves some operations. The other big one is the template instances were reduced to one and then the templates removed. (details)
  3. Note to self: Check the comments before you push. (details)
Commit d06273c26e14ef7642c6d56f67d0ca4eed4522ff by ajbeach
Used structural binding to shorten some loop setup. The generally useful clean-up I did while trying to get layout call hoisting working.
The file was modifiedsrc/GenPoly/Box.cpp
Commit 4e2f1b216788e887c85c4a9a6775a44dacfd359a by ajbeach
Clean-up of GenImplicitCall module. Changing the return type for consistency spilled out into some other files, but that should also saves some operations. The other big one is the template instances were reduced to one and then the templates removed.
The file was modifiedsrc/Validate/Autogen.cpp
The file was modifiedsrc/InitTweak/FixInit.cpp
The file was modifiedsrc/SymTab/GenImplicitCall.hpp
The file was modifiedsrc/InitTweak/GenInit.cc
The file was modifiedsrc/InitTweak/GenInit.h
The file was modifiedsrc/SymTab/GenImplicitCall.cpp
Commit 17610469a3a99a34d016e2f0845b5a446da57bc1 by ajbeach
Note to self: Check the comments before you push.
The file was modifiedsrc/Validate/Autogen.cpp