Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

homeparams

Tells the compiler to store parameters passed in registers to the stack.

Architecture Restrictions

Only available on Intel® 64 architecture

Syntax

Linux:

None

macOS:

None

Windows:

/homeparams

Arguments

None

Default

OFF

Register parameters are not written to the stack.

Description

This option tells the compiler to store parameters passed in registers to the stack.

IDE Equivalent
None
Alternate Options

None