Integrated: 8253146: C2: Purge unused MachCallNode::_arg_size field
Aleksey Shipilev
shade at openjdk.java.net
Wed Sep 16 06:42:03 UTC 2020
On Tue, 15 Sep 2020 07:14:58 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> While doing changes in related code, noticed that `MachCallNode::_arg_size` is computed needlessly, taking memory
> without a good reason. Let's purge it.
> Testing: text search for _argsize; Linux x86_64 {release,fastdebug,slowdebug} builds; Linux x86_64 tier1; Linux ppc64
> fastdebug build
This pull request has now been integrated.
Changeset: 7c564e13
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/7c564e13
Stats: 9 lines in 3 files changed: 9 ins; 0 del; 0 mod
8253146: C2: Purge unused MachCallNode::_arg_size field
Reviewed-by: thartmann, adityam
-------------
PR: https://git.openjdk.java.net/jdk/pull/167
More information about the hotspot-compiler-dev
mailing list