EP1917584A1 - A method and system for accessing memory using an auxiliary memory - Google Patents
A method and system for accessing memory using an auxiliary memoryInfo
- Publication number
- EP1917584A1 EP1917584A1 EP06795633A EP06795633A EP1917584A1 EP 1917584 A1 EP1917584 A1 EP 1917584A1 EP 06795633 A EP06795633 A EP 06795633A EP 06795633 A EP06795633 A EP 06795633A EP 1917584 A1 EP1917584 A1 EP 1917584A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- memory
- store
- instruction
- main memory
- instructions
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0888—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using selective caching, e.g. bypass
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/443—Optimisation
- G06F8/4441—Reducing the execution time required by the program code
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
Definitions
- the invention relates to a method and system for accessing memory, more particularly the invention relates to a method and system for accessing memory using an auxiliary memory.
- the invention further relates to a method for compiling a source program into a machine program.
- Microprocessors play an important role in automization of day-to-day activities in modern lifestyle and the industry is making a continuous effort to make the automized processes faster.
- microprocessors are available that can execute instructions at high speeds, subject to the availability of the data for the execution.
- the processor For accessing the data for execution the processor has to communicate with the memory. This forms a bottleneck, as the improvement in memory speed has stayed behind the improvement in processor speed.
- the step of memory access normally results in stalling of the processor due to the speed mismatch.
- processors are provided with a main memory and an auxiliary memory for a faster access of the memory.
- the auxiliary memory which is often referred to as buffer or write back buffer, is used as an intermediate memory for temporarily storing data and address of the memory location in the main memory, where the data has to be stored. This allows the processor to quickly write the data, even when the main memory is being accessed by other instructions of the same processor or is being accessed by another processor or is subject to a refresh action.
- the processor accesses the memory using load or store instructions.
- each store instruction routes the data to main memory through the auxiliary memory, and each load instruction involves a search for the memory address in the auxiliary memory. If the address is located in the auxiliary memory then the data is fetched from the auxiliary memory. Otherwise, the data is fetched from the main memory at the specified address.
- This technique allows prioritizing of the execution of load instructions over the store instructions by temporarily storing the data and address in the auxiliary memory. This permits the processor to load data from auxiliary memory before it has reached at its location in main memory. In addition, it allows the processor to load data from the main memory while other data is still awaiting to be stored in the main memory; nevertheless, this convention essentially requires each load instruction to search for the addresses in the auxiliary memory before it can access the main memory, which requires additional time. On the other hand, in case of portions in a machine program comprising multiple consecutive store operations, the store operation/s may assume priority over load operation/s in order to avoid data loss due to the size constraint of the auxiliary memory. This may result in additional stalling of the processor.
- This object is achieved by providing a compiling method comprising the steps of: identifying a store instruction; identifying a memory location accessed by said store instruction; identifying the first load instruction followed by the store instruction accessing the same memory location, hereinafter also denoted as the first associated load instruction of the store instruction, or first associated load instruction ; providing the store operation with an indication indicative for a number of clock cycles between said load and store instructions.
- the invention further provides a method for accessing memory comprising the steps of: reading a machine program; identifying a first and a second type of store instructions based on the indication provided by said compiler, and; selectively routing data identified by said first type of store instruction to a main memory through an auxiliary memory and routing data identified by said second type of store instructions directly to main memory.
- the invention provides a system for accessing memory, comprising; a processor for executing store instructions; a main and an auxiliary memory for storing data addressed by store instructions; characterized in that, the processor is arranged for executing a first and a second type of store instructions wherein data identified by said first type of store instruction is routed to a main memory through an auxiliary memory and data identified by said second type of store instructions is routed directly to main memory.
- This method and system enables a different way of data storage depending on the time lapsing from the moment a store instruction is executed for storing data at a given memory location until the moment data is loaded from said memory location.
- This technique offers a mechanism to prioritize store instructions utilizing information regarding the time lapsing, also denoted as lapse time, between the store instructions and their first associated load instructions.
- First and second type of store instruction may have two distinct types of opcodes.
- both types of instructions may have the same opcode, but have an operand, which determine whether the instruction is carried out as a first or as a second type of store instruction.
- the operand may be binary, but may alternatively be a number in a range greater than two, e.g. the operand may represent a number of instructions between the store instruction and the first associated load instruction or the operand may also represent a number of clock cycles between said store and load instruction.
- a store instruction will be carried out as a second type of instruction if the operand identifies a number that is less than a predetermined threshold.
- This method and system enables identification of store operations according to the expected lapse time and accordingly routes data directly to main memory only if the opcode or operand of the store instruction indicates that the data to be stored is required within a predetermined time.
- store instructions are identified and given priority to access main memory directly.
- this method and the system also ensure that the data reaches to the main memory from auxiliary memory before the processor requires the data. This assurance that any data required by the processor will be available in the main memory obviates the requirement of searching auxiliary memory when executing load instructions, resulting in faster executing of load instruction.
- Upon a load instruction desired data can be fetched from main memory straightforwardly.
- the present invention is particularly favorable to be used in a multiprocessor system that comprises; one or more further processors each having a second auxiliary memory, coupled to said main memory and an arbitrator for arbitrating access of the main memory between the processors.
- Figure 1 illustrates a processor architecture suitable for carrying out the present invention.
- Figure 2 illustrates a multiprocessor architecture suitable for carrying out the present invention.
- FIG. 3 illustrates steps followed in compilation.
- FIG 1 illustrates processor architecture 100, comprising a processor 102 connected to a main memory 101 and an auxiliary memory 103.
- a compiler 104 compiles a source code into a machine code.
- the compiler program 104 may be carried out by the processor 102, or by an external processor.
- the Figure 1 shows a compiler within the processor 102 to indicate that it is executed by the processor. In that case the processor 102 will receive a source code and have it compiled by the compiler 104 for compilation. However when the compiler 104 is carried out by another processor than the processor receives the compiled machine code.
- the compiler 104 While compiling the source code the compiler 104 identifies store instruction and determines the memory location accessed by said instruction. Further the compiler 104 determines a load instruction followed by the store instruction that accesses the same memory location and computes the number of clock cycles between the store and load instructions. The compiler 104 then provides an indication to the store instruction indicative of the number of clock cycles which lapses until the memory location accessed by the store instruction is again accessed by a load instruction. The indication may be an exact indication e.g. the precise number of clock cycles or the precise number of instructions. Alternatively, it may also be a relative indication e.g. less than or more than 20 clock cycles or instructions. On completion of the compilation the processor 102 executes each instruction of the code.
- the processor 102 While executing a store instruction the processor 102 checks for the indication provided to the store instruction. If the indication of the store instruction indicates that the lapse time is relatively large, i.e. said store instruction may be handled with a relatively low priority, than the processor 102 routes the data and address associated with that store instruction to the auxiliary memory 103.
- the processor may store said address and data in the auxiliary memory along with an index, indexing maximum number of clock cycle that data may be stored in the auxiliary memory 103 before routing it to main memory 101, effectively defining a life time of data in the auxiliary memory 103.
- all data in the auxiliary memory may have a fixed lifetime. In the latter case an index for indicating the lifetime is superfluous. The said index may be computed from said indicative or may be the same as the indicative itself, also in case of binary indicatives any data present in the auxiliary memory 103 may have a predetermined life time and there may be no need to route the index to the auxiliary memory 103.
- the processor 102 may be programmed to include any criterion to define a first or a second type of store instruction.
- store instructions are introduced in the instruction set of the processor 102 having an indicator, i.e. in the form of an opcode or an operand, which specifies the latency with which the store instruction may be executed.
- the indicator assigned by the compiler depends on the time elapsing between the moment a memory location is accessed by a store instruction, and the moment it is first accessed by a load instruction.
- a source code there may exist store instructions with a short latency (say, 2 clock cycles) and there also may exist a store instruction with long latency (say, 30 clock cycles).
- the compiler 104 while compiling the source code into machine code, determines the latencies of store instructions and provides an indication to each store instruction indicative of the type of the store instruction. The compiler 104 makes this decision based on the dependencies between load and store operations derived from the input source code.
- the store instruction with latency 2 clock cycles may be identified as short latency instruction and the store instructions with latency 30 clock cycles may be identified as long latency store instructions.
- the compiler After the compiler has generated a schedule, it can replace store operations with a short latency with store operations with a long latency, if it concludes from the dependencies that the same memory address is not accessed within 30 clock cycles. While executing instructions the processor 102, for long latency store instructions writes the address as well as the data in the auxiliary memory 103. If the indicator assigned to the store instruction not only specifies whether the allowed latency is 'short' or 'long' in addition a value may be stored which is indicative for a number of clock cycles until the data has to be forwarded to the main memory.
- FIG. 2 illustrating a multiprocessor architecture 200 in which the invention may be exercised.
- Such architecture has a main memory 201a, 201b that is shared by multiple processors 202a, 202b through a bus 206, etc.
- Each processor 202a, 202b, etc. has an auxiliary memory 203a, 203b etc.
- an arbitrator 204a, 204b is provided to arbitrate the access of main memory 201a, 201b.
- the arbitrator 204 guarantees that each processor 202a, 202b, etc. can access the shared memory 201 within a predefined amount of time such that the execution time of a task is bounded.
- a switch 205a, 205b may be provided for enabling data and control routing on the data bus.
- the execution time of tasks may be bounded, for example, by a typical requirement of real-time systems for which a minimum throughput or a maximum latency of the application must be guaranteed.
- One of the possible examples for predefined memory access time may be obtained by applying the Time Division Multiple Access (TDMA) arbitration policy or any other time division policies best suited for particular application.
- TDMA Time Division Multiple Access
- FIG. 3 illustrates steps followed in compilation 300.
- a store instruction and memory location access by said store instruction is identified.
- a first load instruction accessing the same memory location is identified in step 303.
- an indication indicative for a number of clock cycles between said load and store instructions is provided to said store instruction.
- the control in step 305 is then transferred to "A" for repeating steps 301 to 304 until all the store instructions are identified and provided with said indication.
- the compiler may provide the indications to the store instructions by identifying store and load instruction accessing same memory location and by determining temporal separation between the said instructions.
- each branch may have different temporal intervals between.
- the compiler may determine the shortest temporal difference between said store instruction and the earliest of said load instructions and accordingly assign an indicative to said store instruction.
- main memory forms part of a memory hierarchy, e.g. having in addition to the main memory one or more caches.
- data to be stored in the main memory may be handled according to various cache policies, well known as such, e.g. write through, write back, write allocate, and no write allocate.
- the cache memory may function as an auxiliary memory.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Devices For Executing Special Programs (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Advance Control (AREA)
Abstract
A method and system for accessing memory using an auxiliary memory is presented. According to the invention store and following load instructions accessing same memory locations are identified and a temporal difference is determined. The store instructions comprise an indication for the time interval lapsing until a data element, which is stored by the store instructions, is loaded by a load operation for the first time. Based on this indication the store instruction is given access directly to the main memory or is routed to main memory through an auxiliary memory.
Description
A method and system for accessing memory using an auxiliary memory
The invention relates to a method and system for accessing memory, more particularly the invention relates to a method and system for accessing memory using an auxiliary memory. The invention further relates to a method for compiling a source program into a machine program. Microprocessors play an important role in automization of day-to-day activities in modern lifestyle and the industry is making a continuous effort to make the automized processes faster.
Presently, microprocessors are available that can execute instructions at high speeds, subject to the availability of the data for the execution. For accessing the data for execution the processor has to communicate with the memory. This forms a bottleneck, as the improvement in memory speed has stayed behind the improvement in processor speed. The step of memory access normally results in stalling of the processor due to the speed mismatch.
Conventionally, processors are provided with a main memory and an auxiliary memory for a faster access of the memory. The auxiliary memory, which is often referred to as buffer or write back buffer, is used as an intermediate memory for temporarily storing data and address of the memory location in the main memory, where the data has to be stored. This allows the processor to quickly write the data, even when the main memory is being accessed by other instructions of the same processor or is being accessed by another processor or is subject to a refresh action.
The processor accesses the memory using load or store instructions. Conventionally each store instruction routes the data to main memory through the auxiliary memory, and each load instruction involves a search for the memory address in the auxiliary memory. If the address is located in the auxiliary memory then the data is fetched from the auxiliary memory. Otherwise, the data is fetched from the main memory at the specified address.
This technique allows prioritizing of the execution of load instructions over the store instructions by temporarily storing the data and address in the auxiliary memory. This permits the processor to load data from auxiliary memory before it has reached at its
location in main memory. In addition, it allows the processor to load data from the main memory while other data is still awaiting to be stored in the main memory; nevertheless, this convention essentially requires each load instruction to search for the addresses in the auxiliary memory before it can access the main memory, which requires additional time. On the other hand, in case of portions in a machine program comprising multiple consecutive store operations, the store operation/s may assume priority over load operation/s in order to avoid data loss due to the size constraint of the auxiliary memory. This may result in additional stalling of the processor.
Therefore, it is an object of the invention to provide a method and system for accessing memory that reduces the number of stall cycles of the processor.
This object is achieved by providing a compiling method comprising the steps of: identifying a store instruction; identifying a memory location accessed by said store instruction; identifying the first load instruction followed by the store instruction accessing the same memory location, hereinafter also denoted as the first associated load instruction of the store instruction, or first associated load instruction ; providing the store operation with an indication indicative for a number of clock cycles between said load and store instructions.
The invention further provides a method for accessing memory comprising the steps of: reading a machine program; identifying a first and a second type of store instructions based on the indication provided by said compiler, and; selectively routing data identified by said first type of store instruction to a main memory through an auxiliary memory and routing data identified by said second type of store instructions directly to main memory. Further the invention provides a system for accessing memory, comprising; a processor for executing store instructions; a main and an auxiliary memory for storing data addressed by store instructions; characterized in that, the processor is arranged for executing a first and a second type of store instructions wherein data identified by said first type of store instruction is routed to a main memory through an auxiliary memory and data identified by said second type of store instructions is routed directly to main memory.
This method and system enables a different way of data storage depending on the time lapsing from the moment a store instruction is executed for storing data at a given memory location until the moment data is loaded from said memory location.
This technique offers a mechanism to prioritize store instructions utilizing information regarding the time lapsing, also denoted as lapse time, between the store instructions and their first associated load instructions.
First and second type of store instruction may have two distinct types of opcodes. Alternatively both types of instructions may have the same opcode, but have an operand, which determine whether the instruction is carried out as a first or as a second type of store instruction. The operand may be binary, but may alternatively be a number in a range greater than two, e.g. the operand may represent a number of instructions between the store instruction and the first associated load instruction or the operand may also represent a number of clock cycles between said store and load instruction. In both cases a store instruction will be carried out as a second type of instruction if the operand identifies a number that is less than a predetermined threshold.
This method and system enables identification of store operations according to the expected lapse time and accordingly routes data directly to main memory only if the opcode or operand of the store instruction indicates that the data to be stored is required within a predetermined time. Effectively, according to this method and system, store instructions are identified and given priority to access main memory directly. Furthermore, this method and the system also ensure that the data reaches to the main memory from auxiliary memory before the processor requires the data. This assurance that any data required by the processor will be available in the main memory obviates the requirement of searching auxiliary memory when executing load instructions, resulting in faster executing of load instruction. Upon a load instruction desired data can be fetched from main memory straightforwardly.
The present invention is particularly favorable to be used in a multiprocessor system that comprises; one or more further processors each having a second auxiliary memory, coupled to said main memory and an arbitrator for arbitrating access of the main memory between the processors.
Above and other aspects of the invention will be apparent from and elucidated with reference to the embodiments described hereinafter as illustrated by the following figures:
Figure 1 illustrates a processor architecture suitable for carrying out the present invention.
Figure 2 illustrates a multiprocessor architecture suitable for carrying out the present invention.
Figure 3 illustrates steps followed in compilation.
The order in the described embodiments of the methods and systems of the current invention is not mandatory, and is illustrative only. The scope of the invention is not limited to the described embodiments. A person skilled in the art may change the order of steps or perform steps concurrently using threading models, multi-processor systems or multiple processes without departing from the concept as intended by the current invention. Any such embodiment will fall under the scope of the invention and is a subject matter of protection.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design many alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps other than those listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention can be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the system claims enumerating several means, several of these means can be embodied by one and the same item of computer readable software or hardware. The mere fact that certain measures are recited in mutually different dependent claims does not indicate that a combination of these measures cannot be used to advantage. Now referring to figure 1, which illustrates processor architecture 100, comprising a processor 102 connected to a main memory 101 and an auxiliary memory 103. A compiler 104 compiles a source code into a machine code. The compiler program 104 may be carried out by the processor 102, or by an external processor. For illustration the Figure 1 shows a compiler within the processor 102 to indicate that it is executed by the processor. In that case the processor 102 will receive a source code and have it compiled by the compiler 104 for compilation. However when the compiler 104 is carried out by another processor than the processor receives the compiled machine code. While compiling the source code the compiler 104 identifies store instruction and determines the memory location accessed by said instruction. Further the compiler 104 determines a load instruction followed by the store
instruction that accesses the same memory location and computes the number of clock cycles between the store and load instructions. The compiler 104 then provides an indication to the store instruction indicative of the number of clock cycles which lapses until the memory location accessed by the store instruction is again accessed by a load instruction. The indication may be an exact indication e.g. the precise number of clock cycles or the precise number of instructions. Alternatively, it may also be a relative indication e.g. less than or more than 20 clock cycles or instructions. On completion of the compilation the processor 102 executes each instruction of the code. While executing a store instruction the processor 102 checks for the indication provided to the store instruction. If the indication of the store instruction indicates that the lapse time is relatively large, i.e. said store instruction may be handled with a relatively low priority, than the processor 102 routes the data and address associated with that store instruction to the auxiliary memory 103. In addition the processor may store said address and data in the auxiliary memory along with an index, indexing maximum number of clock cycle that data may be stored in the auxiliary memory 103 before routing it to main memory 101, effectively defining a life time of data in the auxiliary memory 103. Alternatively all data in the auxiliary memory may have a fixed lifetime. In the latter case an index for indicating the lifetime is superfluous. The said index may be computed from said indicative or may be the same as the indicative itself, also in case of binary indicatives any data present in the auxiliary memory 103 may have a predetermined life time and there may be no need to route the index to the auxiliary memory 103.
Subsequently, the auxiliary memory 103 routes the data to main memory 101 anytime when the main memory 101 is available to access but, not later than the maximum life time of data in the auxiliary memory 103. The processor 102 may be programmed to include any criterion to define a first or a second type of store instruction. In other words the invention may be understood as follows. According to the invention store instructions are introduced in the instruction set of the processor 102 having an indicator, i.e. in the form of an opcode or an operand, which specifies the latency with which the store instruction may be executed. The indicator assigned by the compiler depends on the time elapsing between the moment a memory location is accessed by a store instruction, and the moment it is first accessed by a load instruction.
For example in a source code there may exist store instructions with a short latency (say, 2 clock cycles) and there also may exist a store instruction with long latency (say, 30 clock cycles). The compiler 104, while compiling the source code into machine code, determines the latencies of store instructions and provides an indication to each store
instruction indicative of the type of the store instruction. The compiler 104 makes this decision based on the dependencies between load and store operations derived from the input source code. In this example, the store instruction with latency 2 clock cycles may be identified as short latency instruction and the store instructions with latency 30 clock cycles may be identified as long latency store instructions. After the compiler has generated a schedule, it can replace store operations with a short latency with store operations with a long latency, if it concludes from the dependencies that the same memory address is not accessed within 30 clock cycles. While executing instructions the processor 102, for long latency store instructions writes the address as well as the data in the auxiliary memory 103. If the indicator assigned to the store instruction not only specifies whether the allowed latency is 'short' or 'long' in addition a value may be stored which is indicative for a number of clock cycles until the data has to be forwarded to the main memory.
Further reference is made to Figure 2 illustrating a multiprocessor architecture 200 in which the invention may be exercised. Such architecture has a main memory 201a, 201b that is shared by multiple processors 202a, 202b through a bus 206, etc. Each processor 202a, 202b, etc. has an auxiliary memory 203a, 203b etc. To arbitrate the access of main memory 201a, 201b an arbitrator 204a, 204b is provided. The arbitrator 204 guarantees that each processor 202a, 202b, etc. can access the shared memory 201 within a predefined amount of time such that the execution time of a task is bounded. A switch 205a, 205b may be provided for enabling data and control routing on the data bus. The execution time of tasks may be bounded, for example, by a typical requirement of real-time systems for which a minimum throughput or a maximum latency of the application must be guaranteed. One of the possible examples for predefined memory access time may be obtained by applying the Time Division Multiple Access (TDMA) arbitration policy or any other time division policies best suited for particular application.
Reference is now made to Figure 3, which illustrates steps followed in compilation 300.According to this illustration in the first and second steps 301, 302 a store instruction and memory location access by said store instruction is identified. Then a first load instruction accessing the same memory location is identified in step 303. In next step 304 an indication indicative for a number of clock cycles between said load and store instructions is provided to said store instruction. The control in step 305 is then transferred to "A" for repeating steps 301 to 304 until all the store instructions are identified and provided with said indication.
When there is a single flow of instructions (without any conditions), the compiler may provide the indications to the store instructions by identifying store and load instruction accessing same memory location and by determining temporal separation between the said instructions. However for the situation wherein the flow of instruction splits into one or more branches, (conditional instructions flow) each branch may have different temporal intervals between. In that case the store instruction issued before flow split and load instructions issued in the spitted branches of the instruction flow, notably all the load instructions accessing same memory locations as the store instruction, the compiler may determine the shortest temporal difference between said store instruction and the earliest of said load instructions and accordingly assign an indicative to said store instruction.
Above discussed methods and system are illustrative only and a person skilled in the art will appreciate that the invention is also applicable to a system where the main memory forms part of a memory hierarchy, e.g. having in addition to the main memory one or more caches. In that case data to be stored in the main memory may be handled according to various cache policies, well known as such, e.g. write through, write back, write allocate, and no write allocate. In an embodiment of the invention the cache memory may function as an auxiliary memory. A person skilled in the art will also appreciate that mere changing the order of the steps or mere arrangement/rearrangement of blocks may result in similar results as described above, any such variation or rearrangement will fall under the scope of the invention.
Claims
1. A method for compiling a source program into a machine program comprising the steps of; identifying a store instruction; identifying memory location accessed by said store instruction; - identifying the first load instruction followed by the store instruction accessing the same memory location, and; providing the store instruction with an indication indicative for number of clock cycle between said load and store instructions.
2. A method for accessing memory comprising the steps of; reading a machine program; identifying a first and a second type of store instructions in said machine program, and; selectively routing data identified by said first type of store instruction to a main memory through an auxiliary memory and routing data identified by said second type of store instructions directly to main memory.
3. A system for accessing memory, comprising; a processor for executing store instructions in a machine program; - a main and an auxiliary memory for storing data addressed by said store instructions; characterized in that, the processor is arranged for executing a first and a second type of store instructions wherein data identified by said first type of store instruction is routed to a main memory through an auxiliary memory and data identified by said second type of store instructions is routed directly to main memory.
4. A system for accessing memory as claimed in claim 3, wherein said system further comprises; one or more further processors each having an second auxiliary memory, coupled to said main memory, and; an arbitrator for arbitrating access of the main memory between the processors.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP06795633A EP1917584A1 (en) | 2005-08-16 | 2006-08-11 | A method and system for accessing memory using an auxiliary memory |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP05107511 | 2005-08-16 | ||
| EP06795633A EP1917584A1 (en) | 2005-08-16 | 2006-08-11 | A method and system for accessing memory using an auxiliary memory |
| PCT/IB2006/052777 WO2007020577A1 (en) | 2005-08-16 | 2006-08-11 | A method and system for accessing memory using an auxiliary memory |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1917584A1 true EP1917584A1 (en) | 2008-05-07 |
Family
ID=37591814
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP06795633A Withdrawn EP1917584A1 (en) | 2005-08-16 | 2006-08-11 | A method and system for accessing memory using an auxiliary memory |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US8205053B2 (en) |
| EP (1) | EP1917584A1 (en) |
| JP (1) | JP2009505267A (en) |
| CN (1) | CN101243394B (en) |
| WO (1) | WO2007020577A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11960404B2 (en) * | 2020-09-23 | 2024-04-16 | Advanced Micro Devices, Inc. | Method and apparatus for reducing the latency of long latency memory requests |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5404484A (en) | 1992-09-16 | 1995-04-04 | Hewlett-Packard Company | Cache system for reducing memory latency times |
| KR0160193B1 (en) | 1995-12-30 | 1998-12-15 | 김광호 | Direct Memory Access Control |
| US7779236B1 (en) * | 1998-12-31 | 2010-08-17 | Stmicroelectronics, Inc. | Symbolic store-load bypass |
| US6643726B1 (en) * | 1999-08-18 | 2003-11-04 | Ati International Srl | Method of manufacture and apparatus of an integrated computing system |
| US20010052053A1 (en) | 2000-02-08 | 2001-12-13 | Mario Nemirovsky | Stream processing unit for a multi-streaming processor |
| US6668306B2 (en) * | 2001-06-12 | 2003-12-23 | Intel Corporation | Non-vital loads |
| US7467377B2 (en) * | 2002-10-22 | 2008-12-16 | Intel Corporation | Methods and apparatus for compiler managed first cache bypassing |
| CN1307560C (en) | 2004-03-25 | 2007-03-28 | 威盛电子股份有限公司 | Data acquisition method and system |
-
2006
- 2006-08-11 JP JP2008526589A patent/JP2009505267A/en not_active Withdrawn
- 2006-08-11 CN CN2006800298423A patent/CN101243394B/en not_active Expired - Fee Related
- 2006-08-11 EP EP06795633A patent/EP1917584A1/en not_active Withdrawn
- 2006-08-11 US US12/063,908 patent/US8205053B2/en not_active Expired - Fee Related
- 2006-08-11 WO PCT/IB2006/052777 patent/WO2007020577A1/en not_active Ceased
Non-Patent Citations (1)
| Title |
|---|
| See references of WO2007020577A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2009505267A (en) | 2009-02-05 |
| WO2007020577A1 (en) | 2007-02-22 |
| CN101243394B (en) | 2011-09-21 |
| CN101243394A (en) | 2008-08-13 |
| US20090216983A1 (en) | 2009-08-27 |
| US8205053B2 (en) | 2012-06-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6708657B2 (en) | Device and method for generating trace data in response to transaction execution | |
| JP5498505B2 (en) | Resolving contention between data bursts | |
| CN102934076B (en) | Instruction issue and control device and method | |
| KR102177871B1 (en) | Function unit for supporting multithreading, processor comprising the same, and operating method thereof | |
| EP0933698A2 (en) | Probing computer memory latency | |
| GB2378549A (en) | Speculative execution of instructions with data dependence | |
| EP0966710A1 (en) | Penalty-based cache storage and replacement techniques | |
| US11194574B2 (en) | Merging memory ordering tracking information for issued load instructions | |
| US7516313B2 (en) | Predicting contention in a processor | |
| JP7064135B2 (en) | Arithmetic processing device and control method of arithmetic processing device | |
| US20200150941A1 (en) | Heterogenous computer system optimization | |
| US20130006398A1 (en) | Method and Programming System for Programming an Automation Component | |
| KR102904211B1 (en) | Branch predictor | |
| JP2023540036A (en) | Alternate path for branch prediction redirection | |
| US8484446B2 (en) | Microprocessor saving data stored in register and register saving method | |
| US7584464B2 (en) | Software processing method and software processing system | |
| US8205053B2 (en) | Method and system for accessing memory using an auxiliary memory | |
| US20080098398A1 (en) | Efficient Switching Between Prioritized Tasks | |
| US20210157638A1 (en) | Method and apparatus for functional unit assignment | |
| US20080016292A1 (en) | Access controller and access control method | |
| US20260017094A1 (en) | Multicore processor system and method for deterministic data processing in a data processing unit | |
| JP4755232B2 (en) | compiler | |
| US20250355669A1 (en) | Differential treatment of context-sensitive indirect branches in indirect target predictors |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20080317 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR |
|
| AX | Request for extension of the european patent |
Extension state: AL BA HR MK RS |
|
| 17Q | First examination report despatched |
Effective date: 20080530 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20100601 |